home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / maple / ftp < prev    next >
Text File  |  1994-06-21  |  2KB  |  43 lines

  1.  
  2. This file contains a list of Maple codes accessible via anonymous ftp
  3. at other internet sites.  These are Unix only Maple codes which are
  4. kept in compressed Unix tar files.  To uncompress and untar do
  5.  
  6.     uncompress file.tar; tar xvf file.tar
  7.  
  8.  
  9.  
  10. Package/Routines    Author - Ftp site - File(s)
  11. ===============================================================================
  12.  
  13. gdev            Author: Bruno Salvy: salvy@inria.inria.fr
  14. glimit            Ftp site: ftp.inria.ft (128.93.1.26)
  15.             File: scratch/salvy/gdev.tar.Z (300K)
  16.  
  17.     Code: routines for computing series expansions and limits
  18.         that are more powerful than Maples limit and series functions.
  19.         The routines included are
  20.     
  21.         - gdev: performs generalised asymptotic expansions;
  22.         - glimit: computations of limits based on gdev;
  23.         - infsing: find the smallest singularities of a function;
  24.         - equivalent: asymptotic expansion of Taylor coefficients
  25.                (useful for the study of generating functions);
  26.         - zerotest: heuristic zero tester.
  27.  
  28.     Documentation: A TeX file plus on-line help files for these routines
  29.  
  30.  
  31. coxeter                 Author: John Stembridge: jrs@math.lsa.umich.edu
  32. weyl                    Ftp site: ftp.math.lsa.umich.edu (141.211.64.51)
  33.                         File: pub/jrs/coxeter.tar.Z (82K)
  34.  
  35.         Code: A pair of Maple packages called coxeter and weyl that are useful
  36.                 for doing calculations with root systems and finite Coxeter
  37.                 groups. They are also capable of computing weight
  38.                 multiplicities for irreps of all semisimple Lie algebras.
  39.                 (Yes, even E8).
  40.  
  41.         Documentation: An 11 page TeX file, plus 37 text files for
  42.                 each of the indivdual commands.
  43.